projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7817e3d
)
Add `booleanp'.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 29 Apr 2006 14:14:53 +0000
(14:14 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 29 Apr 2006 14:14:53 +0000
(14:14 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 22493d08549f2cff514725d790c398c33ad67e5f..a15e217cafe68b3d31e4a6aa2a9567c36f197818 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-3645,9
+3645,10
@@
This is useful in packages that can be preloaded.
If it is non-nil, the function lists only faces matching this regexp.
+++
-*** New function
`string-or-null-
p'.
+*** New function
s `string-or-null-p' and `boolean
p'.
-Return t if OBJECT is a string or nil. Otherwise, return nil.
+`string-or-null-p' returns non-nil iff OBJECT is a string or nil.
+`booleanp' returns non-nil iff OBJECT is a t or nil.
** Lisp code indentation features: